.footer-menu {
    width: 100%;
}

.footer-link {
    display: flex;
    justify-content: center;
}

.contact-hero-section {
    width: 100%;
    display: flex;
    position: relative;
}

.contact-hero-section-round {
    width: 100%;
    height: auto;
}

.contact-hero-section-round-fleet {
    width: 100%;
    height: auto;
    position: relative;
    top: -234px;
    right: -135px;
}

.contact-hero-section-round img {
    width: auto;
    max-height: 100%;
    position: relative;
    left: -280px;
}

.contact-hero-section-content {
    width: 100%;
    position: absolute;
}

.contact-hero-section-round-fleet img {
    width: 55%;
    height: auto;
    float: right;
}

.contact-hero-img img {
    width: auto;
    max-height: 450px;
    position: absolute;
    top: 25px;
    right: 0px;
    right: -35px;
}

.contact-section {
    width: 100%;
    height: auto;
}

.contact-section .display-4 {
    font-family: 'antipasto pro';
    font-weight: 600;
    margin-top: 130px;
    margin-left: 8px;
    font-size: 3.8rem;
    line-height: 1.3;
    color: #130F41;
}

@media only screen and (max-width:1200px) {
    .contact-hero-img img {
        height: 350px;
    }
}

@media only screen and (max-width:1070px) {
    .contact-hero-img img {
        width: 480px;
    }
}

@media only screen and (max-width:992px) {
    .contact-hero-section-round-fleet {
        width: 80%;
        top: -180px;
    }

    .contact-hero-section-round-fleet img {
        width: 75%;
    }

    

    .contact-hero-img img {
        top: 144px;
        width: 60%;
        height: auto;
        right: 0;

    }

    .contact-hero-section-round-fleet {

        display: flex;
        justify-content: end;
    }
}

@media only screen and (max-width:769px){
  .contact-hero-section-round img{
      width:50%
    }
    .main-section-background{
      background-size: 19% 430px;
  }
  .contact-hero-img img {
      top: 40px;
      width: 35%;
      height: auto;
      right: 39px;
  }
  .contact-section .display-4{
      margin-top: 90px;
  }
  .contact-hero-section-round-fleet {
      width: 80%;
      top: -225px;
  }
  .contact-us-bg{
      margin-top:-16rem            }
}
@media only screen and (max-width:768px) {
 
  

    .contact-hero-section-round-fleet {
        justify-content: unset;
        top: -100px;
        right: -265px;
    }

    .contact-section .display-4 {
        
        font-size: 3rem;
    }

      .contact-hero-img img {
          top: 20px;
          right: 39px;    
      }
    .contact-hero-section-round img{
      width:40%;
      left: -170px;
    }
    .main-section-background{
      background-size: 19% 350px;
  }

  .contact-section .display-4{
      margin-top: 60px;
  }
  .contact-hero-section-round-fleet {
      width: 62%;
      top: -188px;
  }
  .contact-us-bg{
      margin-top:-13rem            }
}
@media only screen and (max-width:700px){
  .contact-us-bg{
      margin-top:-10rem            }
      .contact-hero-section-round-fleet{
          top: -145px;
      }
}
@media only screen and (max-width:575px) {
    .contact-hero-section-round img {
      width: 30%;
      left: -85px;
    }
    .contact-us-bg {
      margin-top: -5rem;
  }
    .contact-section .display-4 {
      font-size: 2.7rem;
      margin-top: 60px;
      margin-left: 20px;
  }
  .main-section-background {
      background-size: 19% 270px;
  }

    .contact-hero-section-round-fleet {
      top: -75px;
      right: -207px;
    }
}      

@media only screen and (max-width:480px) {
    .contact-hero-section-round-fleet {
        top: -100px;
        right: -160px;
    }
    .main-section-background {
      background-size: 19% 250px;
  }
  .contact-hero-img img {
      top: 10px;
  }
  .contact-hero-section-round img {
      width: 40% !important;
      left: -95px !important;
  }

    .contact-section .display-4 {
        margin-left: 30px;
        margin-top: 40px;
        font-size: 2rem;
    }

    
    .contact-us-bg {
      margin-top: -7rem;
  }
}

@media only screen and (max-width:450px) {
    .contact-hero-section-round-fleet {
        right: -75px;
    }

    .contact-hero-section-round-fleet img {
        width: 100%;
    }
}
@media only screen and (max-width:400px) {
  .contact-hero-section-round-fleet {
      top: -70px;
  }
  .contact-us-bg {
      margin-top: -5rem;
  }
  .main-section-background {
      background-size: 19% 220px;
  }
  .contact-hero-section-round-fleet{
      width:50%;
      right: -130px
  }
}


.close.btn-check:focus+.close.btn,
.close.btn:focus {
    border-color: #fff !important;
}

.close.btn-check:active+.btn,
.close.btn-check:checked+.btn,
.close.btn.active,
.close.btn.show,
.close.btn:active {
    border-color: #fff !important;
}